From: Ralf Baechle Date: Mon, 26 Mar 2007 08:30:32 +0000 (+0100) Subject: [MIPS] MV64340: Add missing prototype for mv64340_irq_init(). X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~38844^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eb541cb24078eae83b9ef0573af36347d8dc01ee;p=linux-4.9.git [MIPS] MV64340: Add missing prototype for mv64340_irq_init(). Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index df94955b098a..b6144bafc565 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h @@ -54,5 +54,6 @@ struct mv_pci_controller { }; extern void ll_mv64340_irq(void); +extern void mv64340_irq_init(unsigned int base); #endif /* __ASM_MIPS_MARVELL_H */